Skip to content

Commit 53b66a3

Browse files
authored
Dependency Updates (#100)
* dependency updates
1 parent eec49b2 commit 53b66a3

File tree

9 files changed

+54
-22
lines changed

9 files changed

+54
-22
lines changed

.github/workflows/broken_links_checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Broken Links Checker
22

33
on:
44
schedule:
5-
- cron: "0 5 * * *"
5+
- cron: "0 5 * * 0"
66
push:
77
branches:
88
- main
@@ -19,8 +19,8 @@ jobs:
1919
- name: Configure broken links checker
2020
run: |
2121
mkdir -p ./target
22-
echo '{ "aliveStatusCodes": [429, 200] }' > ./target/broken_links_checker.json
23-
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
22+
echo '{ "aliveStatusCodes": [429, 200], "ignorePatterns": [{"pattern": "^https?://(www.)?opensource.org"}] }' > ./target/broken_links_checker.json
23+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
2424
with:
2525
use-quiet-mode: 'yes'
2626
use-verbose-mode: 'yes'

.github/workflows/dependencies_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
java-version: 11
1818
cache: 'maven'
1919
- name: Checking dependencies for vulnerabilities
20-
run: mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f pom.xml
20+
run: mvn --batch-mode org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f pom.xml

.project-keeper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ sources:
66
- integration_tests
77
linkReplacements:
88
- LICENSE-exasol-jdbc.txt|https://www.exasol.com/support/secure/attachment/155343/EXASOL_SDK-7.0.11.tar.gz
9+
- https://www.mojohaus.org/flatten-maven-plugin/flatten-maven-plugin|https://www.mojohaus.org/flatten-maven-plugin
910
excludes:
1011
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_release_on_maven_central.yml'"

dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
[33]: http://sonarsource.github.io/sonar-scanner-maven/
8181
[6]: http://dev.mysql.com/doc/connector-j/en/
8282
[25]: https://junit.org/junit5/
83-
[39]: https://www.mojohaus.org/flatten-maven-plugin/flatten-maven-plugin
8483
[53]: https://maven.apache.org/plugins/maven-source-plugin/
8584
[23]: http://hamcrest.org/JavaHamcrest/
8685
[71]: http://maven.apache.org/plugins/maven-resources-plugin/
@@ -100,6 +99,7 @@
10099
[37]: https://maven.apache.org/enforcer/maven-enforcer-plugin/
101100
[4]: http://www.exasol.com
102101
[26]: https://www.eclipse.org/legal/epl-v20.html
102+
[39]: https://www.mojohaus.org/flatten-maven-plugin
103103
[75]: http://maven.apache.org/plugins/maven-install-plugin/
104104
[41]: https://sonatype.github.io/ossindex-maven/maven-plugin/
105105
[51]: https://maven.apache.org/plugins/maven-gpg-plugin/

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changes
22

3+
* [3.3.3](changes_3.3.3.md)
34
* [3.3.2](changes_3.3.2.md)
45
* [3.3.1](changes_3.3.1.md)
56
* [3.3.0](changes_3.3.0.md)

doc/changes/changes_3.3.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Code name: Upgrade dependencies
44

5-
This release upgrades dependencies and reduces the number of runtime dependencies, fixing [CVE-2022-21724](https://ossindex.sonatype.org/vulnerability/0f319d1b-e964-4471-bded-db3aeb3c3a29?component-type=maven&component-name=org.postgresql.postgresql&utm_source=ossindex-client&utm_medium=integration&utm_content=1.1.1) in the PostgreSQL JDBC driver.
5+
This release upgrades dependencies and reduces the number of runtime dependencies, fixing `CVE-2022-21724` in the PostgreSQL JDBC driver.
66

77
## Bugfixes
88

doc/changes/changes_3.3.3.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Test Database Builder for Java 3.3.3, released 2022-06-21
2+
3+
Code name: Dependency Updates
4+
5+
## Summary
6+
7+
In this release we updated the dependencies. By that we fixed CVE-2021-22569 that affected the mySQL-driver.
8+
9+
## Dependency Updates
10+
11+
### Test Dependency Updates
12+
13+
* Updated `mysql:mysql-connector-java:8.0.28` to `8.0.29`
14+
* Updated `org.mockito:mockito-junit-jupiter:4.5.1` to `4.6.1`
15+
* Updated `org.postgresql:postgresql:42.3.4` to `42.3.6`
16+
* Updated `org.testcontainers:junit-jupiter:1.17.1` to `1.17.2`
17+
* Updated `org.testcontainers:mysql:1.17.1` to `1.17.2`
18+
* Updated `org.testcontainers:oracle-xe:1.17.1` to `1.17.2`
19+
* Updated `org.testcontainers:postgresql:1.17.1` to `1.17.2`
20+
21+
### Plugin Dependency Updates
22+
23+
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.0` to `1.1.1`
24+
* Updated `com.exasol:project-keeper-maven-plugin:2.3.1` to `2.4.6`
25+
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.9.0` to `3.10.1`
26+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.3.1` to `3.4.0`
27+
* Updated `org.codehaus.mojo:versions-maven-plugin:2.8.1` to `2.10.0`
28+
* Updated `org.jacoco:jacoco-maven-plugin:0.8.7` to `0.8.8`
29+
* Updated `org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0` to `3.2.0`
30+
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8` to `1.6.13`

pk_generated_parent.pom

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.exasol</groupId>
55
<artifactId>test-db-builder-java-generated-parent</artifactId>
6-
<version>3.3.2</version>
6+
<version>3.3.3</version>
77
<packaging>pom</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.9.0</version>
46+
<version>3.10.1</version>
4747
<configuration>
4848
<source>${java.version}</source>
4949
<target>${java.version}</target>
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.sonatype.ossindex.maven</groupId>
9999
<artifactId>ossindex-maven-plugin</artifactId>
100-
<version>3.1.0</version>
100+
<version>3.2.0</version>
101101
<executions>
102102
<execution>
103103
<id>audit</id>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.codehaus.mojo</groupId>
138138
<artifactId>versions-maven-plugin</artifactId>
139-
<version>2.8.1</version>
139+
<version>2.10.0</version>
140140
<executions>
141141
<execution>
142142
<id>display-updates</id>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-javadoc-plugin</artifactId>
198-
<version>3.3.1</version>
198+
<version>3.4.0</version>
199199
<executions>
200200
<execution>
201201
<id>attach-javadocs</id>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.sonatype.plugins</groupId>
217217
<artifactId>nexus-staging-maven-plugin</artifactId>
218-
<version>1.6.8</version>
218+
<version>1.6.13</version>
219219
<configuration>
220220
<autoReleaseAfterClose>true</autoReleaseAfterClose>
221221
<serverId>ossrh</serverId>
@@ -255,7 +255,7 @@
255255
<plugin>
256256
<groupId>org.jacoco</groupId>
257257
<artifactId>jacoco-maven-plugin</artifactId>
258-
<version>0.8.7</version>
258+
<version>0.8.8</version>
259259
<executions>
260260
<execution>
261261
<id>prepare-agent</id>
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>com.exasol</groupId>
298298
<artifactId>error-code-crawler-maven-plugin</artifactId>
299-
<version>1.1.0</version>
299+
<version>1.1.1</version>
300300
<executions>
301301
<execution>
302302
<id>verify</id>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.exasol</groupId>
55
<artifactId>test-db-builder-java</artifactId>
6-
<version>3.3.2</version>
6+
<version>3.3.3</version>
77
<name>Test Database Builder for Java</name>
88
<description>pom.xml</description>
99
<url>https://github.com/exasol/test-db-builder-java/</url>
1010
<properties>
1111
<junit.version>5.8.2</junit.version>
12-
<test.containers.version>1.17.1</test.containers.version>
12+
<test.containers.version>1.17.2</test.containers.version>
1313
<surefire.and.failsafe.plugin.version>3.0.0-M4</surefire.and.failsafe.plugin.version>
1414
</properties>
1515
<distributionManagement>
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>mysql</groupId>
5050
<artifactId>mysql-connector-java</artifactId>
51-
<version>8.0.28</version>
51+
<version>8.0.29</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.postgresql</groupId>
5656
<artifactId>postgresql</artifactId>
57-
<version>42.3.4</version>
57+
<version>42.3.6</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.testcontainers</groupId>
9797
<artifactId>oracle-xe</artifactId>
98-
<version>1.17.1</version>
98+
<version>1.17.2</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.mockito</groupId>
127127
<artifactId>mockito-junit-jupiter</artifactId>
128-
<version>4.5.1</version>
128+
<version>4.6.1</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>com.exasol</groupId>
163163
<artifactId>project-keeper-maven-plugin</artifactId>
164-
<version>2.3.1</version>
164+
<version>2.4.6</version>
165165
<executions>
166166
<execution>
167167
<goals>
@@ -275,7 +275,7 @@
275275
<parent>
276276
<artifactId>test-db-builder-java-generated-parent</artifactId>
277277
<groupId>com.exasol</groupId>
278-
<version>3.3.2</version>
278+
<version>3.3.3</version>
279279
<relativePath>pk_generated_parent.pom</relativePath>
280280
</parent>
281281
</project>

0 commit comments

Comments
 (0)