File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
57
57
58
58
```
59
59
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
61
61
}
62
62
```
63
63
64
64
- Or ` build.gradle.kts ` :
65
65
```
66
66
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
68
68
}
69
69
```
70
70
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ version=2.8.2-SNAPSHOT
19
19
release.useAutomaticVersion =true
20
20
21
21
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
24
25
25
26
junitVersion =4.13.2
26
27
powermockVersion =2.0.9
27
- assertJVersion =3.23.1
28
- commonsIoVersion =2.15.1
28
+ assertJVersion =3.25.3
You can’t perform that action at this time.
0 commit comments