This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new 44e4cec Update `javax.cache:cache-api` to version `1.1.1` (#76)
44e4cec is described below
commit 44e4cecd800a972bb26cc4c7ec135f7e7f976c5b
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 31 11:36:09 2023 +0000
Update `javax.cache:cache-api` to version `1.1.1` (#76)
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_javax_cache_cache_api.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9d5f8fc..d07ef8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<hsqldb.version>2.7.2</hsqldb.version>
<javaee.api.version>8.0.1</javaee.api.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
- <javax.cache.api.version>1.0.0</javax.cache.api.version>
+ <javax.cache.api.version>1.1.1</javax.cache.api.version>
<jgit.version>6.7.0.202309050840-r</jgit.version>
<json.version>20231013</json.version>
<junit.version>4.13.2</junit.version>
diff --git a/src/changelog/.1.x.x/update_javax_cache_cache_api.xml
b/src/changelog/.1.x.x/update_javax_cache_cache_api.xml
new file mode 100644
index 0000000..286db07
--- /dev/null
+++ b/src/changelog/.1.x.x/update_javax_cache_cache_api.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="76" link="https://github.com/apache/logging-log4j-audit/pull/76"/>
+ <description format="asciidoc">Update `javax.cache:cache-api` to version
`1.1.1`</description>
+</entry>