Skip to content

Commit 18b8849

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: io.avaje:avaje-jex-parent, [dev.mccue:jdbc](https://github.com/bowbahdoe/jdbc) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `io.avaje:avaje-jex-parent` from 3.3-RC4 to 3.3 Updates `dev.mccue:jdbc` from 2025.05.29 to 2025.10.07 - [Release notes](https://github.com/bowbahdoe/jdbc/releases) - [Commits](bowbahdoe/jdbc@v2025.05.29...v2025.10.07) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: io.avaje:avaje-jex-parent dependency-version: '3.3' dependency-type: direct:production dependency-group: dependencies - dependency-name: dev.mccue:jdbc dependency-version: 2025.10.07 dependency-type: direct:production dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cea9be3 commit 18b8849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-jex-parent</artifactId>
8-
<version>3.3-RC4</version>
8+
<version>3.3</version>
99
</parent>
1010

1111
<groupId>com.avaje</groupId>
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>dev.mccue</groupId>
4242
<artifactId>jdbc</artifactId>
43-
<version>2025.05.29</version>
43+
<version>2025.10.07</version>
4444
</dependency>
4545

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

0 commit comments

Comments
 (0)