Skip to content
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
83ddfcf
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 12, 2026
6aa1ed7
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 12, 2026
90fbb6f
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 13, 2026
0c193b5
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 13, 2026
f5ed42c
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 13, 2026
ba9c06f
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 14, 2026
876e5cd
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 15, 2026
16a6238
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 17, 2026
de8ae54
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 21, 2026
04b72f2
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 22, 2026
3303a15
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 25, 2026
843248b
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 25, 2026
38a257d
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 26, 2026
9b889b7
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 26, 2026
89a3c88
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 28, 2026
a249e3e
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 29, 2026
e2d28d4
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jun 29, 2026
f4ac19b
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 1, 2026
bf94263
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 2, 2026
1df8cc8
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 2, 2026
743b13b
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 3, 2026
7995b3d
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 4, 2026
96949bd
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 6, 2026
a0ff91f
fix: upgrade com.sun.xml.bind:jaxb-impl from 2.3.0 to 2.3.9
snyk-bot Jul 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion todolist-goof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
<version>2.3.9</version>
</dependency>
</dependencies>

Expand Down
Loading