File tree 9 files changed +15
-19
lines changed
jsonschema2pojo-gradle-plugin/example/android
9 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 18
18
java_version : [8]
19
19
steps :
20
20
- name : Setup Maven Action
21
- uses : s4u/setup-maven-action@v1.8 .0
21
+ uses : s4u/setup-maven-action@v1.14 .0
22
22
with :
23
23
checkout-fetch-depth : 0
24
24
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 20
20
name : Test JDK ${{ matrix.java_version }}
21
21
steps :
22
22
- name : Setup Maven Action
23
- uses : s4u/setup-maven-action@v1.8 .0
23
+ uses : s4u/setup-maven-action@v1.14 .0
24
24
with :
25
25
checkout-fetch-depth : 0
26
26
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 30
30
31
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
32
steps :
33
- - uses : actions/github-script@v6
33
+ - uses : actions/github-script@v7
34
34
id : fetch-branch-names
35
35
name : Fetch branch names
36
36
with :
@@ -121,7 +121,7 @@ jobs:
121
121
git pull origin $sourcebranches --no-edit
122
122
git push origin $COMBINE_BRANCH_NAME
123
123
# Creates a PR with the new combined branch
124
- - uses : actions/github-script@v6
124
+ - uses : actions/github-script@v7
125
125
name : Create Combined Pull Request
126
126
env :
127
127
PRS_STRING : ${{ steps.fetch-branch-names.outputs.prs-string }}
Original file line number Diff line number Diff line change 18
18
working-directory : jsonschema2pojo-gradle-plugin/example/android
19
19
steps :
20
20
- uses : actions/checkout@v3
21
- - uses : gradle/wrapper-validation-action@v1
21
+ - uses : gradle/wrapper-validation-action@v3
Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ repositories {
38
38
mavenCentral()
39
39
}
40
40
41
- dependencies {
42
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
43
- }
44
-
45
41
jsonSchema2Pojo {
46
42
targetPackage = 'com.example'
47
43
}
Original file line number Diff line number Diff line change 98
98
<dependency >
99
99
<groupId >org.apache.httpcomponents</groupId >
100
100
<artifactId >httpclient</artifactId >
101
- <version >4.5.13 </version >
101
+ <version >4.5.14 </version >
102
102
<scope >test</scope >
103
103
</dependency >
104
104
</dependencies >
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ dependencies {
30
30
// Required for @Generated annotation
31
31
implementation ' org.glassfish:javax.annotation:10.0-b28'
32
32
// Required if generating Gson annotations
33
- implementation ' com.google.code.gson:gson:2.10.1 '
33
+ implementation ' com.google.code.gson:gson:2.11.0 '
34
34
// Required if generating Moshi 1.x annotations
35
35
implementation ' com.squareup.moshi:moshi:1.12.0'
36
36
// Required if generating JSR-303 annotations
37
37
implementation ' javax.validation:validation-api:2.0.1.Final'
38
38
implementation ' jakarta.validation:jakarta.validation-api:3.0.2'
39
39
// Required if generating Jackson 2 annotations
40
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
40
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
41
41
}
42
42
43
43
// Each configuration is set to the default value
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ android {
26
26
27
27
dependencies {
28
28
// Required if generating Gson annotations
29
- implementation ' com.google.code.gson:gson:2.10.1 '
29
+ implementation ' com.google.code.gson:gson:2.11.0 '
30
30
// Required if generating Moshi 1.x annotations
31
31
implementation ' com.squareup.moshi:moshi:1.12.0'
32
32
// Required if generating JSR-303 annotations
33
33
implementation ' javax.validation:validation-api:2.0.1.Final'
34
34
implementation ' jakarta.validation:jakarta.validation-api:3.0.2'
35
35
// Required if generating Jackson 2 annotations
36
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
36
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
37
37
}
38
38
39
39
// Each configuration is set to the default value
Original file line number Diff line number Diff line change 37
37
<url >https://github.com/joelittlejohn/jsonschema2pojo</url >
38
38
<
connection >scm:git:
[email protected] :joelittlejohn/jsonschema2pojo.git</
connection >
39
39
<
developerConnection >scm:git:
[email protected] :joelittlejohn/jsonschema2pojo.git</
developerConnection >
40
- <tag >HEAD</tag >
41
- </scm >
40
+ <tag >HEAD</tag >
41
+ </scm >
42
42
43
43
<licenses >
44
44
<license >
67
67
<plugins >
68
68
<plugin >
69
69
<artifactId >maven-clean-plugin</artifactId >
70
- <version >3.2 .0</version >
70
+ <version >3.4 .0</version >
71
71
</plugin >
72
72
<plugin >
73
73
<artifactId >maven-compiler-plugin</artifactId >
79
79
</plugin >
80
80
<plugin >
81
81
<artifactId >maven-deploy-plugin</artifactId >
82
- <version >3.1.0 </version >
82
+ <version >3.1.2 </version >
83
83
</plugin >
84
84
<plugin >
85
85
<artifactId >maven-enforcer-plugin</artifactId >
95
95
</plugin >
96
96
<plugin >
97
97
<artifactId >maven-install-plugin</artifactId >
98
- <version >3.1.0 </version >
98
+ <version >3.1.2 </version >
99
99
</plugin >
100
100
<plugin >
101
101
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments