Skip to content

Commit a18a6e1

Browse files
committed
Upgrade to Glassfish Jaxb 2.3.3
Closes gh-21195
1 parent 673af8d commit a18a6e1

File tree

2 files changed

+1
-5
lines changed
  • spring-boot-project
    • spring-boot-dependencies
    • spring-boot-starters/spring-boot-starter-data-jpa

2 files changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<freemarker.version>2.3.30</freemarker.version>
6666
<elasticsearch.version>6.8.8</elasticsearch.version>
6767
<glassfish-el.version>3.0.3</glassfish-el.version>
68-
<glassfish-jaxb.version>2.3.2</glassfish-jaxb.version>
68+
<glassfish-jaxb.version>2.3.3</glassfish-jaxb.version>
6969
<groovy.version>2.5.11</groovy.version>
7070
<gson.version>2.8.6</gson.version>
7171
<h2.version>1.4.200</h2.version>

spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
<groupId>org.springframework.boot</groupId>
2828
<artifactId>spring-boot-starter-jdbc</artifactId>
2929
</dependency>
30-
<dependency>
31-
<groupId>jakarta.activation</groupId>
32-
<artifactId>jakarta.activation-api</artifactId>
33-
</dependency>
3430
<dependency>
3531
<groupId>jakarta.persistence</groupId>
3632
<artifactId>jakarta.persistence-api</artifactId>

0 commit comments

Comments
 (0)