Skip to content

Commit fab1c99

Browse files
Bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [dev.mccue:jdbc](https://github.com/bowbahdoe/jdbc), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin). Updates `dev.mccue:jdbc` from 2025.03.09 to 2025.05.29 - [Release notes](https://github.com/bowbahdoe/jdbc/releases) - [Commits](bowbahdoe/jdbc@v2025.03.09...v2025.05.29) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.6) Updates `com.spotify.fmt:fmt-maven-plugin` from 2.25 to 2.27 - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases) - [Commits](spotify/fmt-maven-plugin@2.25...2.27.0) --- updated-dependencies: - dependency-name: dev.mccue:jdbc dependency-version: 2025.05.29 dependency-type: direct:production dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.spotify.fmt:fmt-maven-plugin dependency-version: '2.27' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cce6376 commit fab1c99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>dev.mccue</groupId>
4242
<artifactId>jdbc</artifactId>
43-
<version>2025.03.09</version>
43+
<version>2025.05.29</version>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter-engine</artifactId>
49-
<version>5.12.2</version>
49+
<version>5.13.0</version>
5050
<scope>test</scope>
5151
</dependency>
5252

@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.postgresql</groupId>
6161
<artifactId>postgresql</artifactId>
62-
<version>42.7.5</version>
62+
<version>42.7.6</version>
6363
</dependency>
6464

6565
<dependency>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>com.spotify.fmt</groupId>
150150
<artifactId>fmt-maven-plugin</artifactId>
151-
<version>2.25</version>
151+
<version>2.27</version>
152152
<executions>
153153
<execution>
154154
<goals>

0 commit comments

Comments
 (0)