File tree Expand file tree Collapse file tree 15 files changed +41
-38
lines changed
kotlin-code-generation-bom
kotlin-code-generation-test Expand file tree Collapse file tree 15 files changed +41
-38
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : maven
3
+ - package-ecosystem : " maven"
4
4
directory : " /"
5
5
schedule :
6
- interval : daily
7
- open-pull-requests-limit : 10
8
- default- labels :
6
+ interval : " weekly "
7
+ open-pull-requests-limit : 19
8
+ labels :
9
9
- " Type: dependencies"
10
- - package-ecosystem : github-actions
10
+ - package-ecosystem : " github-actions"
11
11
directory : " /"
12
12
schedule :
13
- interval : daily
14
- default- labels :
13
+ interval : " daily"
14
+ labels :
15
15
- " Type: dependencies"
Original file line number Diff line number Diff line change 38
38
39
39
- name : Upload coverage to Codecov
40
40
if : github.event_name == 'push' && github.actor != 'dependabot[bot]'
41
- uses : codecov/codecov-action@v4
41
+ uses : codecov/codecov-action@v5
42
42
with :
43
43
token : ${{secrets.CODECOV_TOKEN}}
44
44
Original file line number Diff line number Diff line change 47
47
OSS_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
48
48
49
49
- name : Upload coverage information
50
- uses : codecov/codecov-action@v4
50
+ uses : codecov/codecov-action@v5
51
51
with :
52
52
token : ${{ secrets.CODECOV_TOKEN }}
53
53
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-root</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
21
21
<slf4j .version>2.0.16</slf4j .version>
22
22
23
23
<!-- TEST -->
24
- <assertj .version>3.26 .3</assertj .version>
25
- <logback .version>1.5.12 </logback .version>
24
+ <assertj .version>3.27 .3</assertj .version>
25
+ <logback .version>1.5.16 </logback .version>
26
26
</properties >
27
27
28
28
<dependencyManagement >
80
80
<scope >provided</scope >
81
81
</dependency >
82
82
<dependency >
83
- <groupId >io.github.microutils </groupId >
83
+ <groupId >io.github.oshai </groupId >
84
84
<artifactId >kotlin-logging-jvm</artifactId >
85
- <exclusions >
86
- <exclusion >
87
- <groupId >org.slf4j</groupId >
88
- <artifactId >slf4j-api</artifactId >
89
- </exclusion >
90
- </exclusions >
91
85
</dependency >
92
86
<!-- /KOTLIN -->
93
87
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-itest-root</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation.itest</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-itest-root</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation.itest</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-root</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
</parent >
10
10
11
11
<groupId >io.toolisticon.kotlin.generation</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.kotlin.generation._</groupId >
7
7
<artifactId >kotlin-code-generation-parent</artifactId >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
<relativePath >../_build/parent/pom.xml</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments