File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- uses : actions/checkout@v2
16
16
with :
17
17
fetch-depth : 0
18
- - name : Set up JDK 11
18
+ - name : Set up JDK 17
19
19
uses : actions/setup-java@v1
20
20
with :
21
- java-version : 11
21
+ java-version : 17
22
22
- name : Gradle caches
23
23
uses : actions/cache@v2
24
24
with :
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
- - name : Set up JDK 11
17
+ - name : Set up JDK 17
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : 11
20
+ java-version : 17
21
21
- name : Gradle caches
22
22
uses : actions/cache@v2
23
23
with :
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
with :
15
15
fetch-depth : 0
16
- - name : Set up JDK 11
16
+ - name : Set up JDK 17
17
17
uses : actions/setup-java@v1
18
18
with :
19
- java-version : 11
19
+ java-version : 17
20
20
- name : Gradle caches
21
21
uses : actions/cache@v2
22
22
with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can use this library to write ArchUnit tests by including it into your Gradl
10
10
** Gradle:**
11
11
12
12
``` gradle
13
- testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.0 .0'
13
+ testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.1 .0'
14
14
```
15
15
16
16
** Maven:**
@@ -19,7 +19,7 @@ testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.0.0'
19
19
<dependency >
20
20
<groupId >org.contextmapper</groupId >
21
21
<artifactId >context-mapper-archunit-extension</artifactId >
22
- <version >1.0 .0</version >
22
+ <version >1.1 .0</version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ plugins {
8
8
9
9
group ' org.contextmapper'
10
10
11
- sourceCompatibility = ' 1.8 '
12
- targetCompatibility = ' 1.8 '
11
+ sourceCompatibility = ' 11 '
12
+ targetCompatibility = ' 11 '
13
13
14
14
repositories {
15
15
mavenCentral()
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ ossSnapshotRepository=https://oss.sonatype.org/content/repositories/snapshots/
3
3
ossReleaseStagingRepository =https://oss.sonatype.org/service/local/staging/deploy/maven2/
4
4
5
5
# dependency versions
6
- jUnitVersion =5.7.0
6
+ jUnitVersion =5.9.1
7
7
assertJVersion =3.19.0
8
8
archUnitVersion =0.18.0
9
- cmlVersion =6.6.1
9
+ cmlVersion =6.7.0
10
10
jmoleculesVersion =1.2.0
11
11
xtendLibVersion =2.19.0
You can’t perform that action at this time.
0 commit comments