François Tiercelin
f53db6e50a
Merge pull request #9 from ftiercelin/ISS1831
...
Fix issue 1831
2024-10-23 17:22:24 +01:00
ftiercelin
068f67c529
fix javadoc for PDF417#determineDimensions
...
remove stacktrace when UT fails
2024-10-23 17:20:00 +01:00
ftiercelin
a5f66f0a17
fix issue #1831
...
make PDF417#determineDimensions to enable finer UT
add UT coverage to validate fix for #1831
2024-10-23 17:13:03 +01:00
François Tiercelin
1d78be9aee
Merge branch 'zxing:master' into master
2024-10-22 16:33:12 +01:00
François Tiercelin
3b189fc700
PDF417: Check that input is made of 0...127 chars when using Compaction.TEXT, throw an explicit exception if not the case ( #1878 )
...
CodeQL / Analyze (java) (push) Has been cancelled
Test Java 17 / build (push) Has been cancelled
Test Java 21 / build (push) Has been cancelled
Test Java 8 / build (push) Has been cancelled
* throw a more explicit exception when trying to PDF417/TEXT encode something outside of 0...255
* refactor PDF417HighLevelEncoder to avoid code duplication
extend UT to new method PDF417HighLevelEncoder#checkCharset
* fix javadoc typo
make UT more stringent on PDF417HighLevelEncoder#checkCharset
* restrict TEXT to 0...127
test with CP437 and Greek chars
* reinstate testEncodeAuto UT
* refactor testEncodeAuto UT
* address codacy findings
* formatting
2024-10-22 08:24:36 -05:00
François Tiercelin
434763d029
Merge pull request #8 from ftiercelin/ISS1761
...
formatting
2024-10-22 13:56:04 +01:00
ftiercelin
506e865457
formatting
2024-10-22 13:55:32 +01:00
François Tiercelin
79c1e12263
Merge pull request #7 from ftiercelin/ISS1761
...
Address codacy findings
2024-10-22 12:50:02 +01:00
ftiercelin
475288d4c4
address codacy findings
2024-10-22 12:48:45 +01:00
François Tiercelin
631f6c55e3
Merge pull request #6 from ftiercelin/ISS1761
...
Reinstate testEncodeAuto UT
2024-10-22 12:22:31 +01:00
ftiercelin
0e8dbcb0cf
refactor testEncodeAuto UT
2024-10-22 12:21:43 +01:00
ftiercelin
7b7ba826a2
reinstate testEncodeAuto UT
2024-10-22 12:13:58 +01:00
François Tiercelin
116682f345
Merge pull request #5 from ftiercelin/ISS1761
...
Restrict TEXT to 0...127
2024-10-22 11:14:11 +01:00
ftiercelin
b56cb8f7f0
restrict TEXT to 0...127
...
test with CP437 and Greek chars
2024-10-22 11:12:10 +01:00
François Tiercelin
cfba48be84
Merge pull request #4 from ftiercelin/ISS1761
...
Refactor PDF417HighLevelEncoder to avoid code duplication
2024-10-22 09:33:21 +01:00
ftiercelin
488aa3368b
fix javadoc typo
...
make UT more stringent on PDF417HighLevelEncoder#checkCharset
2024-10-22 09:32:16 +01:00
ftiercelin
7cba81bc2e
refactor PDF417HighLevelEncoder to avoid code duplication
...
extend UT to new method PDF417HighLevelEncoder#checkCharset
2024-10-22 09:25:52 +01:00
François Tiercelin
d25307d166
Merge pull request #3 from ftiercelin/ISS1761
...
Throw a more explicit exception when trying to PDF417/TEXT encode something outside of 0...255
2024-10-21 18:43:07 +01:00
ftiercelin
dab104695a
throw a more explicit exception when trying to PDF417/TEXT encode something outside of 0...255
2024-10-21 18:36:52 +01:00
François Tiercelin
e750aca9e5
Be more stringent on email validation rules ( #1870 )
...
CodeQL / Analyze (java) (push) Has been cancelled
Test Java 17 / build (push) Has been cancelled
Test Java 21 / build (push) Has been cancelled
Test Java 8 / build (push) Has been cancelled
* be more stringent on email validation rules
add UT to validate various email formats
* fix indentation
* fix failing UT case
* refine regex for email's domain:
* only letters in the last part
* no part starting or ending with a - (- allowed inside the part)
add UT to cover such cases
2024-10-18 20:38:56 -05:00
woxtu
9598db91c7
Update ZXingObjC link ( #1872 )
CodeQL / Analyze (java) (push) Has been cancelled
Test Java 17 / build (push) Has been cancelled
Test Java 21 / build (push) Has been cancelled
Test Java 8 / build (push) Has been cancelled
2024-10-11 14:10:45 -05:00
Sean Owen
474f4bb5a0
Update plugins and deps
CodeQL / Analyze (java) (push) Has been cancelled
Test Java 17 / build (push) Has been cancelled
Test Java 21 / build (push) Has been cancelled
Test Java 8 / build (push) Has been cancelled
2024-09-09 11:18:36 -05:00
xiebaiyuan
8944e60778
Fix SYMBOLOGY_IDENTIFIER loss in QRCodeMultiReader ( #1839 )
Test Java 21 / build (push) Has been cancelled
Test Java 8 / build (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Test Java 17 / build (push) Has been cancelled
2024-08-01 20:57:31 -05:00
dependabot[bot]
6ea3726b33
Bump spring.version from 6.1.5 to 6.1.8 ( #1821 )
...
Bumps `spring.version` from 6.1.5 to 6.1.8.
Updates `org.springframework:spring-test` from 6.1.5 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.8 )
Updates `org.springframework:spring-web` from 6.1.5 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.8 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-test
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean Owen <srowen@gmail.com>
2024-07-16 14:19:03 -05:00
dependabot[bot]
acef6b139f
Bump org.apache.maven.plugins:maven-site-plugin ( #1824 )
...
Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin ) from 4.0.0-M13 to 4.0.0-M15.
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-4.0.0-M13...maven-site-plugin-4.0.0-M15 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 14:17:48 -05:00
dependabot[bot]
b8eda68a2e
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 ( #1823 )
...
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 14:17:40 -05:00
dependabot[bot]
fb9132f720
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 ( #1822 )
...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 14:17:31 -05:00
dependabot[bot]
e0e0f89c79
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 ( #1815 )
...
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.5.0...3.6.0 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 14:17:15 -05:00
dependabot[bot]
0ff55c9209
Bump org.springframework:spring-web from 6.1.5 to 6.1.6 in /zxingorg ( #1807 )
...
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.6 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 14:17:06 -05:00
dependabot[bot]
2fb22b7246
Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 ( #1806 )
...
Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-install-plugin/releases )
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 07:19:31 -05:00
dependabot[bot]
cb2799fcef
Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 ( #1805 )
...
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases )
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 07:19:19 -05:00
dependabot[bot]
3ff53f5f2a
Bump com.google.guava:guava from 33.1.0-android to 33.2.0-android ( #1804 )
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 33.1.0-android to 33.2.0-android.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 07:19:07 -05:00
cdcarloschacon
539733e5c9
Promote renderResult method to public ( #1801 )
...
This small commit makes public the "renderResult" method of the
"QRCodeWriter" class.
The reason to promote this method as public is that I'm facing
Business Case where, besides of generating the QR code as a PNG image,
I also need to print information about the QR code itself (specifically,
the QR version). Navigating through the code of zxing library, I noticed
that the com.google.zxing.qrcode.encoder.Encoder allows me to have that
(the QR metadata); however, by invoking that class I only have part of
the equation (the QRCode DTO) ... I'm still needing to generate the
BitMatrix in order to produce the QR image.
Here, I have two alternatives: either I invoke the Encoder.encode
class by myself and repeat the same logic when invoking the
QRCodeWriter.encode method; or I make the renderResult Public, call the
Encoder.encode and then I proceed to call the QRCodeWriter.renderResult
method with the previous result.
2024-05-01 23:11:39 -05:00
Sean Owen
2326dd4ff3
Test vs Java 21
2024-04-23 07:21:06 -05:00
dependabot[bot]
28c08eec89
Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 ( #1783 )
...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 06:44:16 -05:00
dependabot[bot]
3e8f65f5ef
Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 ( #1789 )
...
Bumps [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm ) from 2.0.1 to 2.1.0.
- [Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.0.1...maven-scm-2.1.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 06:43:55 -05:00
dependabot[bot]
647c1a8f1a
Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 ( #1797 )
...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 06:43:42 -05:00
dependabot[bot]
315bb8f8b8
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 ( #1796 )
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.4 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 06:43:24 -05:00
Matthew Zavislak
7944429314
Update jcommander 1.82 -> 1.83 ( #1793 )
...
Switch to current artifact name `org.jcommander:jcommander`
https://jcommander.org/#_download
2024-04-16 14:01:32 -05:00
cinsttool
accc4d5ead
fix container inefficiency in RSSExpandedReader.java ( #1782 )
2024-04-02 07:14:21 -05:00
dependabot[bot]
c77778ee03
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 ( #1781 )
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 06:55:36 -05:00
dependabot[bot]
7f87101c84
Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 ( #1778 )
...
Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases )
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 07:20:46 -05:00
dependabot[bot]
b135e0f9af
Bump org.apache.maven.plugins:maven-compiler-plugin ( #1777 )
...
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 07:20:33 -05:00
dependabot[bot]
f11b826859
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 ( #1776 )
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 07:20:22 -05:00
dependabot[bot]
4e6e7bf1a8
Bump org.springframework:spring-web from 6.1.4 to 6.1.5 in /zxingorg ( #1773 )
...
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework ) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:35:37 -05:00
dependabot[bot]
b302c1026c
Bump com.google.guava:guava from 33.0.0-android to 33.1.0-android ( #1770 )
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 33.0.0-android to 33.1.0-android.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:32:04 -05:00
dependabot[bot]
1b8fa0de59
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 ( #1772 )
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:31:50 -05:00
dependabot[bot]
3d1404cecc
Bump spring.version from 6.1.4 to 6.1.5 ( #1771 )
...
Bumps `spring.version` from 6.1.4 to 6.1.5.
Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5 )
Updates `org.springframework:spring-web` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-test
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:31:33 -05:00
dependabot[bot]
7027c53b4f
Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 ( #1766 )
...
Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin ) from 3.6.0 to 3.7.0.
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 07:30:06 -05:00
dependabot[bot]
d5da8e6c97
Bump com.github.wvengen:proguard-maven-plugin from 2.6.0 to 2.6.1 ( #1762 )
...
Bumps [com.github.wvengen:proguard-maven-plugin](https://github.com/wvengen/proguard-maven-plugin ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/wvengen/proguard-maven-plugin/releases )
- [Changelog](https://github.com/wvengen/proguard-maven-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/wvengen/proguard-maven-plugin/commits/2.6.1 )
---
updated-dependencies:
- dependency-name: com.github.wvengen:proguard-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 07:38:04 -06:00