Skip to content

Commit e3a82e6

Browse files
chore(deps): Bump the java group across 1 directory with 5 updates
Bumps the java group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.22.0` | `2.22.1` | | [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.2.0` | `3.2.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` | Updates `org.junit:junit-bom` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `tools.jackson.core:jackson-databind` from 3.2.0 to 3.2.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.37...v_1.5.38) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93c0a01 commit e3a82e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit</groupId>
4747
<artifactId>junit-bom</artifactId>
48-
<version>6.1.1</version>
48+
<version>6.1.2</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-databind</artifactId>
66-
<version>2.22.0</version>
66+
<version>2.22.1</version>
6767
<optional>true</optional>
6868
</dependency>
6969
<dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>tools.jackson.core</groupId>
8383
<artifactId>jackson-databind</artifactId>
84-
<version>3.2.0</version>
84+
<version>3.2.1</version>
8585
<optional>true</optional>
8686
</dependency>
8787
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>ch.qos.logback</groupId>
9696
<artifactId>logback-classic</artifactId>
97-
<version>1.5.37</version>
97+
<version>1.5.38</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.sonatype.central</groupId>
266266
<artifactId>central-publishing-maven-plugin</artifactId>
267-
<version>0.10.0</version>
267+
<version>0.11.0</version>
268268
<extensions>true</extensions>
269269
<configuration>
270270
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)