Skip to content

Commit 67887c5

Browse files
JAXB updated to 2.3.2 from Jakarta (#629)
1 parent 4113849 commit 67887c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

typescript-generator-core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<javax.activation.version>1.2.0</javax.activation.version>
17-
<jaxb.version>2.3.1</jaxb.version>
17+
<jaxb.version>2.3.2</jaxb.version>
1818
<jackson1.version>1.9.13</jackson1.version>
1919
<jackson2.version>2.12.1</jackson2.version>
2020
<jersey.version>3.0.1</jersey.version>
@@ -35,8 +35,8 @@
3535
<version>${jackson2.version}</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>javax.xml.bind</groupId>
39-
<artifactId>jaxb-api</artifactId>
38+
<groupId>jakarta.xml.bind</groupId>
39+
<artifactId>jakarta.xml.bind-api</artifactId>
4040
<version>${jaxb.version}</version>
4141
</dependency>
4242
<dependency>
@@ -290,8 +290,8 @@
290290
<version>1.0.5</version>
291291
</docletArtifact>
292292
<docletArtifact>
293-
<groupId>javax.xml.bind</groupId>
294-
<artifactId>jaxb-api</artifactId>
293+
<groupId>jakarta.xml.bind</groupId>
294+
<artifactId>jakarta.xml.bind-api</artifactId>
295295
<version>${jaxb.version}</version>
296296
</docletArtifact>
297297
<docletArtifact>

0 commit comments

Comments
 (0)