Skip to content

Commit a37ae6a

Browse files
committed
chore(release): 1.160.3 [GRADLE SCRIPT]
1 parent c42bc13 commit a37ae6a

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Unreleased ()
2+
3+
### Bug Fixes
4+
5+
- The CppCheck parser should retain the order of violations (#195) ([c42bc](https://github.com/tomasbjerre/violations-lib/commit/c42bc1337957d0e) Ullrich Hafner)
6+
7+
### Dependency updates
8+
9+
- gradle 9 ([4dd80](https://github.com/tomasbjerre/violations-lib/commit/4dd80bce2d4a287) Tomas Bjerre)
110
## 1.160.2 (2025-10-05)
211

312
### Bug Fixes

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "se.bjurr.gradle.bundle-jar-shadow" version "1.3.3"
2+
id "se.bjurr.gradle.bundle-jar-shadow" version "1.6.0"
33
id "org.jsonschema2pojo" version "1.2.2" apply false
44
}
55

@@ -62,8 +62,8 @@ project(":violations-lib") {
6262
testImplementation 'junit:junit:4.13.2'
6363
testImplementation "org.assertj:assertj-core:3.27.6"
6464
testImplementation "uk.co.jemos.podam:podam:8.0.2.RELEASE"
65-
testImplementation "com.approvaltests:approvaltests:25.4.3"
66-
testImplementation "com.networknt:json-schema-validator:1.5.9"
65+
testImplementation "com.approvaltests:approvaltests:25.7.0"
66+
testImplementation "com.networknt:json-schema-validator:2.0.0"
6767
}
6868

6969
shadowExtension {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Sun Oct 05 16:18:48 CEST 2025
2+
#Sat Nov 15 10:45:46 CET 2025
33
description=Parsing report files like static code analysis
44
group=se.bjurr.violations
5-
version=1.160.2
5+
version=1.160.3

0 commit comments

Comments
 (0)