Skip to content

Commit 162b8fe

Browse files
Bump the maven-minor-patch group with 3 updates (#37)
Bumps the maven-minor-patch group with 3 updates: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework), [com.google.code.gson:gson](https://github.com/google/gson) and [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.3 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.junit.platform:junit-platform-runner` from 1.14.3 to 1.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.junit.platform:junit-platform-runner dependency-version: 1.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 714893f commit 162b8fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@
343343
<maven.compiler.target>${java.version}</maven.compiler.target>
344344
<gson-fire-version>1.9.0</gson-fire-version>
345345
<okhttp-version>4.12.0</okhttp-version>
346-
<gson-version>2.13.2</gson-version>
346+
<gson-version>2.14.0</gson-version>
347347
<commons-lang3-version>3.20.0</commons-lang3-version>
348348
<jackson-databind-nullable-version>0.2.10</jackson-databind-nullable-version>
349349
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
350350
<beanvalidation-version>2.0.2</beanvalidation-version>
351-
<junit-version>5.14.3</junit-version>
352-
<junit-platform-runner.version>1.14.3</junit-platform-runner.version>
351+
<junit-version>5.14.4</junit-version>
352+
<junit-platform-runner.version>1.14.4</junit-platform-runner.version>
353353
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
354354
<jsr311-api-version>1.1.1</jsr311-api-version>
355355
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)