Skip to content

Commit

Permalink
update dependency/legal files
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Sep 30, 2024
1 parent 6ba108d commit e459f72
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 115 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<scala.version>2.13</scala.version> <!-- for scala libraries the scala version is used in their artifactId -->
<scala.full.version>2.13.14</scala.full.version>
<scala.full.version>2.13.15</scala.full.version>
<scala-parser-combinators.version>1.1.2</scala-parser-combinators.version>
<scala-java8-compat.version>1.0.2</scala-java8-compat.version>

Expand Down
10 changes: 5 additions & 5 deletions legal/3rd-party-dependencies/compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ org.komamitsu:fluency-fluentd:jar:2.7.2:compile
org.lmdbjava:lmdbjava:jar:0.7.0:compile
org.lz4:lz4-java:jar:1.8.0:compile
org.mongodb.scala:mongo-scala-bson_2.13:jar:5.1.3:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:5.1.3:compile
org.mongodb:bson:jar:5.1.3:compile
org.mongodb:mongodb-driver-core:jar:5.1.3:compile
org.mongodb:mongodb-driver-reactivestreams:jar:5.1.3:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:5.1.4:compile
org.mongodb:bson:jar:5.1.4:compile
org.mongodb:mongodb-driver-core:jar:5.1.4:compile
org.mongodb:mongodb-driver-reactivestreams:jar:5.1.4:compile
org.mozilla:rhino-runtime:jar:1.7.15:compile
org.ow2.asm:asm-analysis:jar:9.2:compile
org.ow2.asm:asm-commons:jar:9.2:compile
Expand All @@ -116,7 +116,7 @@ org.ow2.asm:asm:jar:9.2:compile
org.parboiled:parboiled_2.13:jar:2.5.1:compile
org.reactivestreams:reactive-streams:jar:1.0.4:compile
org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2:compile
org.scala-lang:scala-library:jar:2.13.14:compile
org.scala-lang:scala-library:jar:2.13.15:compile
org.slf4j:jcl-over-slf4j:jar:2.0.16:compile
org.slf4j:jul-to-slf4j:jar:2.0.16:compile
org.slf4j:slf4j-api:jar:2.0.16:compile
Expand Down
17 changes: 0 additions & 17 deletions legal/3rd-party-dependencies/listMvnPlugins.sh

This file was deleted.

24 changes: 0 additions & 24 deletions legal/3rd-party-dependencies/maven-plugins.txt

This file was deleted.

6 changes: 3 additions & 3 deletions legal/3rd-party-dependencies/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21:runtime
org.jetbrains:annotations:jar:13.0:runtime
org.jetbrains:annotations:jar:16.0.3:runtime
org.komamitsu:phi-accural-failure-detector:jar:0.0.5:runtime
org.mongodb:bson-record-codec:jar:5.1.3:runtime
org.mongodb:mongodb-driver-reactivestreams:jar:5.1.3:runtime
org.mongodb:bson-record-codec:jar:5.1.4:runtime
org.mongodb:mongodb-driver-reactivestreams:jar:5.1.4:runtime
org.msgpack:jackson-dataformat-msgpack:jar:0.9.6:runtime
org.msgpack:msgpack-core:jar:0.9.6:runtime
org.scala-lang:scala-reflect:jar:2.13.14:runtime
org.scala-lang:scala-reflect:jar:2.13.15:runtime
org.xerial.snappy:snappy-java:jar:1.1.10.5:runtime
software.amazon.awssdk:apache-client:jar:2.26.21:runtime
software.amazon.awssdk:netty-nio-client:jar:2.26.21:runtime
8 changes: 3 additions & 5 deletions legal/3rd-party-dependencies/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ io.github.alstanchev:pekko-persistence-inmemory_2.13:jar:1.1.1:test
io.github.classgraph:classgraph:jar:4.8.126:test
junit:junit:jar:4.13.2:test
net.bytebuddy:byte-buddy-agent:jar:1.12.13:test
net.bytebuddy:byte-buddy:jar:1.12.12:test
net.bytebuddy:byte-buddy:jar:1.12.13:test
net.bytebuddy:byte-buddy:jar:1.12.21:test
net.bytebuddy:byte-buddy:jar:1.14.18:test
net.java.dev.jna:jna:jar:5.12.1:test
net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
nl.jqno.equalsverifier:equalsverifier:jar:3.10.1:test
nl.jqno.equalsverifier:equalsverifier:jar:3.16.1:test
org.apache.commons:commons-compress:jar:1.21:test
org.apache.commons:commons-lang3:jar:3.12.0:test
org.apache.commons:commons-math3:jar:3.6.1:test
Expand All @@ -38,8 +36,8 @@ org.junit.platform:junit-platform-commons:jar:1.10.0:test
org.junit.platform:junit-platform-engine:jar:1.10.0:test
org.junit.vintage:junit-vintage-engine:jar:5.10.0:test
org.mockito:mockito-core:jar:4.7.0:test
org.mutabilitydetector:MutabilityDetector:jar:0.10.6:test
org.objenesis:objenesis:jar:3.2:test
org.objenesis:objenesis:jar:3.3:test
org.openjdk.jmh:jmh-core:jar:1.37:test
org.openjdk.jmh:jmh-generator-annprocess:jar:1.37:test
org.opentest4j:opentest4j:jar:1.3.0:test
Expand Down
Loading

0 comments on commit e459f72

Please sign in to comment.