Skip to content

Commit cdcf343

Browse files
committed
Update Derby to 10.16.1.2
Derby 10.16.1.1 contains CVE-2022-46337.
1 parent faffd0f commit cdcf343

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>
127127
<adal4j.version>1.6.7</adal4j.version>
128128
<oracle-jdbc.version>23.6.0.24.10</oracle-jdbc.version>
129-
<derby-jdbc.version>10.16.1.1</derby-jdbc.version>
129+
<derby-jdbc.version>10.16.1.2</derby-jdbc.version>
130130
<db2-jdbc.version>12.1.0.0</db2-jdbc.version>
131131
<shrinkwrap.version>1.2.6</shrinkwrap.version>
132132
<hamcrest.version>2.2</hamcrest.version><!-- The version needs to be compatible with both REST Assured and Awaitility -->

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,17 @@
150150
<enabled>false</enabled>
151151
</snapshots>
152152
</repository>
153+
<repository>
154+
<id>nordix-artifactory</id>
155+
<url>https://artifactory.nordix.org/artifactory/allies</url>
156+
<name>allies</name>
157+
<releases>
158+
<enabled>true</enabled>
159+
</releases>
160+
<snapshots>
161+
<enabled>true</enabled>
162+
</snapshots>
163+
</repository>
153164
</repositories>
154165

155166
<build>

0 commit comments

Comments
 (0)