log4j-jars 2.13.1-java → 2.15.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b672b6b8ac5b6dcefbe9d8253668c9fc2ace795fa8df643e824051dd512255cb
4
- data.tar.gz: 764ca1518ebbd571a4ed774c69dfdbce2a5934d05513e963ca3b486486fe1592
3
+ metadata.gz: 2d099ef1799bd12fb9b06fdb88fe8200d2b52275b2ab883c5dc1de0fc96ca17b
4
+ data.tar.gz: 027e867403652917865614c76b3e0d0e540d31f0624354e0cf8c92d305c36726
5
5
  SHA512:
6
- metadata.gz: b0332b0ac78e5dc5d9af4b684911d57dbd644024101d0ba3805820994b45844530613a4291999812233cb087c17966694cc7582e636d04a57123747b6d161441
7
- data.tar.gz: 7dfc1858f43c94a7b3f3b92b105ca782f8d2894f1bc758afd767b3878e6ab1b6c37a4aa44fe3589a0b3eb7a62b9b7bdd87833bab5532b2811012875b2deb4e78
6
+ metadata.gz: de4941d8ceac4bbc4e48ee2ba07df2e3a9ce5bb302372ad3786b3c4ada268fdf16de887833a43a25b93fb81e0a262a0593bf5adb5430105638762be1f6bc4142
7
+ data.tar.gz: 25216b1b6b99fa463820bf62b83d9599aac19436c48b697174b3f130f2c9f43c59751172aeca9050533c52e9c4ac13743953f3326b25f209b0dc704c5d0c848e
Binary file
Binary file
Binary file
data/lib/log4j-jars.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  require 'java'
4
- require 'log4j-api-2.13.1'
5
- require 'log4j-1.2-api-2.13.1'
6
- require 'log4j-core-2.13.1'
7
- require 'log4j-slf4j-impl-2.13.1'
4
+ require 'log4j-api-2.15.0'
5
+ require 'log4j-1.2-api-2.15.0'
6
+ require 'log4j-core-2.15.0'
7
+ require 'log4j-slf4j-impl-2.15.0'
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log4j-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.1
4
+ version: 2.15.0
5
5
  platform: java
6
6
  authors:
7
7
  - Theo Hultberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
14
  email:
@@ -17,11 +17,11 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/log4j-1.2-api-2.13.1.jar
21
- - lib/log4j-api-2.13.1.jar
22
- - lib/log4j-core-2.13.1.jar
20
+ - lib/log4j-1.2-api-2.15.0.jar
21
+ - lib/log4j-api-2.15.0.jar
22
+ - lib/log4j-core-2.15.0.jar
23
23
  - lib/log4j-jars.rb
24
- - lib/log4j-slf4j-impl-2.13.1.jar
24
+ - lib/log4j-slf4j-impl-2.15.0.jar
25
25
  homepage: http://logging.apache.org/log4j/2.x/
26
26
  licenses: []
27
27
  metadata: {}
@@ -40,8 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []
43
- rubyforge_project: log4j-jars
44
- rubygems_version: 2.6.13
43
+ rubygems_version: 3.2.15
45
44
  signing_key:
46
45
  specification_version: 4
47
46
  summary: Log4j jars
Binary file
Binary file
Binary file
Binary file