Skip to content

Commit 7783f77

Browse files
dependabot[bot]Borewit
authored andcommitted
Bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abefb75 commit 7783f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ configurations {
2323

2424
dependencies {
2525
jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.3"
26-
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.2"
26+
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.3"
2727

2828
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
2929
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
3030

3131
// JAXB API only
3232
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
3333
// JAXB RI, Jakarta XML Binding
34-
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.2'
34+
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.3'
3535

3636
// JUnit Jupiter using Gradle's native JUnit Platform
3737
testImplementation platform('org.junit:junit-bom:5.10.0')

0 commit comments

Comments
 (0)