Skip to content

Commit 0c7b458

Browse files
actions-uservjovanov
authored andcommitted
Update tested library versions
Added tested versions: #### `commons-codec:commons-codec` - `1.22.0` #### `io.dropwizard.metrics:metrics-core` - `4.2.36` - `4.2.37` - `4.2.38`
1 parent ecb8b2e commit 0c7b458

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

metadata/commons-codec/commons-codec/index.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"repository-url" : "https://github.com/apache/commons-codec",
77
"test-code-url" : "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-test-sources.jar",
88
"documentation-url" : "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-javadoc.jar",
9+
"description" : "Apache Commons Codec provides implementations of common encoders and decoders such as Base64, hexadecimal, phonetic, and digest utilities. It helps Java applications transform binary and text data using standard encoding, hashing, and checksum algorithms.",
910
"tested-versions" : [
1011
"1.10",
1112
"1.11",
@@ -21,11 +22,11 @@
2122
"1.18.0",
2223
"1.19.0",
2324
"1.20.0",
24-
"1.21.0"
25+
"1.21.0",
26+
"1.22.0"
2527
],
2628
"allowed-packages" : [
2729
"org.apache.commons.codec"
28-
],
29-
"description" : "Apache Commons Codec provides implementations of common encoders and decoders such as Base64, hexadecimal, phonetic, and digest utilities. It helps Java applications transform binary and text data using standard encoding, hashing, and checksum algorithms."
30+
]
3031
}
3132
]

metadata/io.dropwizard.metrics/metrics-core/index.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@
6868
"4.2.32",
6969
"4.2.33",
7070
"4.2.34",
71-
"4.2.35"
71+
"4.2.35",
72+
"4.2.36",
73+
"4.2.37",
74+
"4.2.38"
7275
],
7376
"allowed-packages" : [
7477
"com.codahale.metrics"

0 commit comments

Comments
 (0)