Skip to content

Commit cd7b49d

Browse files
committed
Project config: upgraded sourceafis, UA banner
1 parent 68ca2b2 commit cd7b49d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!--- Generated by scripts/configure.py --->
2+
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
3+
24
# SourceAFIS CLI for Java
35

46
[![Build status](https://github.com/robertvazan/sourceafis-cli-java/workflows/build/badge.svg)](https://github.com/robertvazan/sourceafis-cli-java/actions/workflows/build.yml)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.machinezoo.sourceafis</groupId>
5454
<artifactId>sourceafis</artifactId>
55-
<version>3.15.1</version>
55+
<version>3.16.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.slf4j</groupId>

scripts/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'''
2929

3030
def dependencies():
31-
use('com.machinezoo.sourceafis:sourceafis:3.15.1')
31+
use('com.machinezoo.sourceafis:sourceafis:3.16.0')
3232
use_slf4j()
3333
use_commons_lang()
3434
use_streamex()

0 commit comments

Comments
 (0)