Skip to content

Commit e8066fc

Browse files
dependabot[bot]stscoundrel
authored andcommitted
Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [com.google.code.gson:gson](https://github.com/google/gson), net.alchim31.maven:scala-maven-plugin and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `com.google.code.gson:gson` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.1...gson-parent-2.13.1) Updates `net.alchim31.maven:scala-maven-plugin` from 4.9.2 to 4.9.5 Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: net.alchim31.maven:scala-maven-plugin dependency-version: 4.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30db18c commit e8066fc

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
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.code.gson</groupId>
5555
<artifactId>gson</artifactId>
56-
<version>2.12.1</version>
56+
<version>2.13.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.scala-lang</groupId>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>net.alchim31.maven</groupId>
7272
<artifactId>scala-maven-plugin</artifactId>
73-
<version>4.9.2</version>
73+
<version>4.9.5</version>
7474
<executions>
7575
<execution>
7676
<id>attach-javadocs</id>
@@ -108,7 +108,7 @@
108108
</plugin>
109109
<plugin>
110110
<artifactId>maven-surefire-plugin</artifactId>
111-
<version>3.5.2</version>
111+
<version>3.5.3</version>
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)