Skip to content

Commit 8c2f334

Browse files
dependabot[bot]chadlwilson
authored andcommitted
Bump the maven-deps group across 1 directory with 4 updates
Bumps the maven-deps group with 4 updates in the / directory: org.slf4j:slf4j-api, org.slf4j:slf4j-simple, [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin). Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 640d13a)
1 parent efd05d3 commit 8c2f334

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
@@ -22,7 +22,7 @@
2222
<jruby.version>9.4.12.0</jruby.version>
2323
<jruby.maven.plugins.version>3.0.5</jruby.maven.plugins.version>
2424
<gem.home>${project.build.directory}/rubygems</gem.home>
25-
<slf4j.version>2.0.16</slf4j.version>
25+
<slf4j.version>2.0.17</slf4j.version>
2626
</properties>
2727

2828
<issueManagement>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-compiler-plugin</artifactId>
199-
<version>3.13.0</version>
199+
<version>3.14.0</version>
200200
<configuration>
201201
<source>8</source>
202202
<target>8</target>
@@ -235,7 +235,7 @@
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>
237237
<artifactId>maven-deploy-plugin</artifactId>
238-
<version>3.1.3</version>
238+
<version>3.1.4</version>
239239
</plugin>
240240
<plugin>
241241
<groupId>org.jruby.maven</groupId>

0 commit comments

Comments
 (0)