Skip to content

Commit 6601ca1

Browse files
author
Github Actions
committed
[Pipeline] Release v0.110
1 parent 5f3e5c9 commit 6601ca1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

model/src/main/resources/config.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsql.version = 0.109
1+
jsql.version = 0.110
22

33
github.url = https://github.com/ron190/jsql-injection
44
github.issues.url = https://api.github.com/repos/ron190/jsql-injection/issues

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</modules>
1313

1414
<properties>
15-
<revision>v0.109</revision>
15+
<revision>v0.110</revision>
1616
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
1717

1818
<maven.compiler.source>11</maven.compiler.source>

web/services/jsql-injection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.109",
2+
"version": "0.110",
33
"news": [
44
"[v0.109] Multiple improvements on RCE, strategy and file read for SQLite, MySQL and Postgres",
55
"[RCE] How to use shells explained on GitHub at https://github.com/ron190/jsql-injection/wiki/Exploit",

0 commit comments

Comments
 (0)