Skip to content

Commit

Permalink
Update dependencies (#1016)
Browse files Browse the repository at this point in the history
* Update dependencies part 1

* Update dependencies part 2

* Update dependencies part 3 (JS part)

* More dependency updates
  • Loading branch information
rdehuyss committed Apr 25, 2024
1 parent 4073a0d commit eb79acd
Show file tree
Hide file tree
Showing 9 changed files with 1,491 additions and 1,485 deletions.
62 changes: 31 additions & 31 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '4.4.1.3373'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'signing'
}

Expand Down Expand Up @@ -91,7 +91,7 @@ configure(subprojects.findAll { !['platform'].contains(it.name) }) {
}

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand Down

0 comments on commit eb79acd

Please sign in to comment.