Skip to content

Commit 467351f

Browse files
Bump the java-production-dependencies group across 1 directory with 2 updates
Bumps the java-production-dependencies group with 2 updates in the / directory: [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](ben-manes/caffeine@v3.2.0...v3.2.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.8.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-production-dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4982176 commit 467351f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<jwt.version>4.5.0</jwt.version>
2323
<dagger.version>2.55</dagger.version>
2424
<guava.version>33.4.8-jre</guava.version>
25-
<caffeine.version>3.2.0</caffeine.version>
25+
<caffeine.version>3.2.2</caffeine.version>
2626
<slf4j.version>2.0.17</slf4j.version>
2727

2828
<!-- test dependencies -->
@@ -44,7 +44,7 @@
4444
<dependency-check.version>12.1.1</dependency-check.version>
4545
<junit-tree-reporter.version>1.4.0</junit-tree-reporter.version>
4646
<jacoco.version>0.8.13</jacoco.version>
47-
<central-publishing.version>0.7.0</central-publishing.version>
47+
<central-publishing.version>0.8.0</central-publishing.version>
4848

4949
<!-- Property used by surefire to determine jacoco engine -->
5050
<surefire.jacoco.args></surefire.jacoco.args>

0 commit comments

Comments
 (0)