Skip to content

Commit 4a2d92c

Browse files
authored
#48: Updated dependencies (#49)
Fixes #48
1 parent 28396cd commit 4a2d92c

File tree

3 files changed

+30
-17
lines changed

3 files changed

+30
-17
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.1
1+
version = 3.7.3
22
project.git = true
33
runner.dialect = scala213
44

doc/changes/changes_1.1.1.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,38 @@
1-
# Import Export UDF Common Scala 1.1.1, released 2023-??-??
1+
# Import Export UDF Common Scala 1.1.1, released 2023-05-12
22

3-
Code name:
3+
Code name: Updated dependencies on top of `1.1.0`
44

55
## Summary
66

7+
In this release, we updated the dependencies and fixed broken link.
8+
79
## Documentation
810

911
* #46: Fixed broken link
1012

13+
## Dependencies
14+
15+
* #48: Updated dependencies to the latest versions
16+
1117
## Dependency Updates
1218

19+
### Compile Dependency Updates
20+
21+
* Updated `com.fasterxml.jackson.core:jackson-databind:2.14.2` to `2.15.0`
22+
* Updated `com.fasterxml.jackson.module:jackson-module-scala_2.13:2.14.2` to `2.15.0`
23+
* Updated `org.slf4j:slf4j-simple:2.0.6` to `2.0.7`
24+
25+
### Test Dependency Updates
26+
27+
* Updated `nl.jqno.equalsverifier:equalsverifier:3.14` to `3.14.1`
28+
* Updated `org.mockito:mockito-core:5.1.1` to `5.3.1`
29+
1330
### Plugin Dependency Updates
1431

32+
* Updated `com.diffplug.spotless:spotless-maven-plugin:2.34.0` to `2.36.0`
1533
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3`
1634
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.7`
35+
* Updated `net.alchim31.maven:scala-maven-plugin:4.8.0` to `4.8.1`
1736
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0`
1837
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0` to `3.1.1`
1938
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.3.0`
@@ -22,4 +41,5 @@ Code name:
2241
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1`
2342
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1`
2443
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0`
44+
* Updated `org.itsallcode:openfasttrace-maven-plugin:1.6.1` to `1.6.2`
2545
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9`

pom.xml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<scala.compat.version>2.13</scala.compat.version>
1919
<!-- runtime dependency versions -->
2020
<avro.version>1.11.1</avro.version>
21-
<jackson.version>2.14.2</jackson.version>
21+
<jackson.version>2.15.0</jackson.version>
2222
<typesafe.logging.version>3.9.5</typesafe.logging.version>
23-
<slf4j.simple.version>2.0.6</slf4j.simple.version>
23+
<slf4j.simple.version>2.0.7</slf4j.simple.version>
2424
<!-- test dependency versions -->
2525
<scalatest.version>3.2.13</scalatest.version>
2626
<scalatestplus.version>1.0.0-M2</scalatestplus.version>
@@ -114,13 +114,13 @@
114114
<dependency>
115115
<groupId>org.mockito</groupId>
116116
<artifactId>mockito-core</artifactId>
117-
<version>5.1.1</version>
117+
<version>5.3.1</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>nl.jqno.equalsverifier</groupId>
122122
<artifactId>equalsverifier</artifactId>
123-
<version>3.14</version>
123+
<version>3.14.1</version>
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>net.alchim31.maven</groupId>
132132
<artifactId>scala-maven-plugin</artifactId>
133-
<version>4.8.0</version>
133+
<version>4.8.1</version>
134134
<executions>
135135
<execution>
136136
<id>scala-compile-first</id>
@@ -257,7 +257,7 @@
257257
<plugin>
258258
<groupId>org.itsallcode</groupId>
259259
<artifactId>openfasttrace-maven-plugin</artifactId>
260-
<version>1.6.1</version>
260+
<version>1.6.2</version>
261261
<executions>
262262
<execution>
263263
<id>trace-requirements</id>
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>com.diffplug.spotless</groupId>
312312
<artifactId>spotless-maven-plugin</artifactId>
313-
<version>2.34.0</version>
313+
<version>2.36.0</version>
314314
<configuration>
315315
<scala>
316316
<scalafmt>
@@ -331,13 +331,6 @@
331331
<artifactId>ossindex-maven-plugin</artifactId>
332332
<configuration>
333333
<skip>${ossindex.skip}</skip>
334-
<excludeVulnerabilityIds>
335-
<!-- Vulnerabilities in com.fasterxml.jackson.core:jackson-core:jar:2.14.2 -->
336-
<!--
337-
CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion') from jackson-core:2.13.4
338-
-->
339-
<exclude>sonatype-2022-6438</exclude>
340-
</excludeVulnerabilityIds>
341334
</configuration>
342335
</plugin>
343336
<plugin>

0 commit comments

Comments
 (0)