Skip to content

Commit d972ac4

Browse files
dependabot[bot]ato
authored andcommitted
Bump the minor-and-patch group with 3 updates
Bumps the minor-and-patch group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom). Updates `org.junit.jupiter:junit-jupiter` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.0...jackson-bom-2.20.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffad891 commit d972ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.fasterxml.jackson</groupId>
6868
<artifactId>jackson-bom</artifactId>
69-
<version>2.20.0</version>
69+
<version>2.20.1</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>

docgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.fasterxml.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>2.20.0</version>
17+
<version>2.20.1</version>
1818
</dependency>
1919
</dependencies>
2020
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>
100100
<artifactId>junit-jupiter</artifactId>
101-
<version>6.0.0</version>
101+
<version>6.0.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.groovy</groupId>

0 commit comments

Comments
 (0)