Skip to content

Commit 82461e1

Browse files
Bump up dependencies versions
1 parent 7d8e0a4 commit 82461e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
5757

5858
```
5959
plugins {
60-
id 'org.sonatype.gradle.plugins.scan' version '2.8.1' // Update the version as needed
60+
id 'org.sonatype.gradle.plugins.scan' version '2.8.2' // Update the version as needed
6161
}
6262
```
6363

6464
- Or `build.gradle.kts`:
6565
```
6666
plugins {
67-
id ("org.sonatype.gradle.plugins.scan") version "2.8.1" // Update the version as needed
67+
id ("org.sonatype.gradle.plugins.scan") version "2.8.2" // Update the version as needed
6868
}
6969
```
7070

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ version=2.8.2-SNAPSHOT
1919
release.useAutomaticVersion=true
2020

2121
nexusPlatformApiVersion=4.0.7-01
22-
ossIndexClientVersion=1.8.1
23-
logbackVersion=1.2.11
22+
ossIndexClientVersion=1.8.2
23+
logbackVersion=1.3.14
24+
commonsIoVersion=2.16.1
2425

2526
junitVersion=4.13.2
2627
powermockVersion=2.0.9
27-
assertJVersion=3.23.1
28-
commonsIoVersion=2.15.1
28+
assertJVersion=3.25.3

0 commit comments

Comments
 (0)